Run "ninja test" correctly
authorSimon McVittie <smcv@debian.org>
Fri, 14 Sep 2018 14:34:51 +0000 (15:34 +0100)
committerSimon McVittie <smcv@debian.org>
Fri, 14 Sep 2018 15:48:48 +0000 (16:48 +0100)
debian/rules

index 20c36d73853a59e5e467ea5fe7252887024d249b..5d40ba733491a839cfe0d0ba6e692d280f7b7b3c 100755 (executable)
@@ -174,7 +174,7 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
        cp gtk/org.gtk.* debian/build/glib-2.0/schemas/
        glib-compile-schemas debian/build/glib-2.0/schemas/
        # Remove LD_PRELOAD so we don't run with fakeroot, which makes dbus-related tests fail
-       env -u LD_PRELOAD dh_auto_test --builddirectory=debian/build/deb -- -k check -j1 || true
+       env -u LD_PRELOAD dh_auto_test --builddirectory=debian/build/deb -- -k 0 -j 1 || true
 endif
 
 override_dh_auto_install: